home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 8 / Night Owl CD-ROM (NOPV8) (Night Owl Publisher) (1993).ISO / 017a / hexed21.arj / HEB.BAT < prev    next >
DOS Batch File  |  1991-04-15  |  142b  |  11 lines

  1. @echo off
  2. if %1x==x goto noparams
  3. makebak %1
  4. if errorlevel=1 goto badcopy
  5. :noparams
  6. he %1 %2 %3
  7. goto end
  8. :badcopy
  9. pause
  10. echo .
  11. :end